feat(cli): préparer graph-memory-ingest pour la v3.3 - #33
Draft
chrlesur wants to merge 2 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pourquoi
Graph Memory a besoin d’un CLI autonome pour ingérer des dossiers par lots, suivre les jobs et signaler les échecs sans annoncer de faux succès. Cette PR porte la source canonique de
hivemind-private/tools/hivemind-ingestdanstools/graph-memory-ingest.Changements
Validation
go test -count=1 ./...: 42 tests principaux, 79 cas avec sous-tests, tous réussis.go test -count=1 -race ./...,go vet ./...,git diff --check: PASS.Limites et ordre d’intégration
PR préparatoire pour la v3.3. La recette réelle d’ingestion est faite ; l’intégration de la v3.2.1 et le workflow d’évaluation restent à finaliser. La PR #32 livre le SDK 2 en v3.2.1 et doit être intégrée d’abord. Cette branche inclut déjà son commit antérieur de nettoyage des ontologies ; il disparaîtra du diff après intégration de #32. Aucun changement du SDK Python n’est introduit par le commit du CLI.
options.ontology_yamlet ne fournit pasgraph_stats.entity_types. Le module d’évaluation du CLI est testé, mais une évaluation réelle exige ces corrections serveur. Le CLI refuse un score si la distribution des types est absente/incohérente.Le guide complet et les commandes sont dans
tools/graph-memory-ingest/README.md.